projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb30f0c
)
Renamed from diary.el.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Nov 1995 05:39:20 +0000
(
05:39
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Nov 1995 05:39:20 +0000
(
05:39
+0000)
lisp/calendar/diary-lib.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/diary-lib.el
b/lisp/calendar/diary-lib.el
index 81fafcd695ab0fb6bd2e1ad6241f99094bbaad08..dfbeb408d927363a1542f333f7d908687fe60b75 100644
(file)
--- a/
lisp/calendar/diary-lib.el
+++ b/
lisp/calendar/diary-lib.el
@@
-1,4
+1,4
@@
-;;; diary.el --- diary functions.
+;;; diary
-lib
.el --- diary functions.
;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1995 Free Software Foundation,
;; Inc.
@@
-1368,6
+1368,6
@@
Prefix arg will make the entry nonmarking."
(calendar-date-string (calendar-cursor-to-date t) nil t))
arg)))
-(provide 'diary)
+(provide 'diary
-lib
)
-;;; diary.el ends here
+;;; diary
-lib
.el ends here